home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / beer.sea / Beer / Beer Stax / card_5718.txt < prev    next >
Text File  |  1988-09-26  |  2KB  |  102 lines

  1. -- card: 5718 from stack: in
  2. -- bmap block id: 7363
  3. -- flags: 0000
  4. -- background id: 2662
  5. -- name: ales
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=415 top=310 right=337 bottom=438
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Tastes
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to stack "beer tastes"
  23.   find word "Ale" in field "type"
  24.   click at 1,1
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 4 (button)
  30. -- low flags: 00
  31. -- high flags: 8003
  32. -- rect: left=351 top=314 right=334 bottom=405
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Menu
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   go to card ID 3496
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 5 (button)
  49. -- low flags: 00
  50. -- high flags: 8003
  51. -- rect: left=268 top=314 right=335 bottom=347
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Beer Types
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual effect scroll left slow
  63.   go to card ID 12397
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 6 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=441 top=313 right=336 bottom=472
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 9120 / 9120
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Prev
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   go to previous card
  83. end mouseUp
  84.  
  85.  
  86. -- part 7 (button)
  87. -- low flags: 00
  88. -- high flags: 0000
  89. -- rect: left=473 top=313 right=336 bottom=503
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 19162 / 19162
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: Next
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   go to next card
  101. end mouseUp
  102.